RenumberCables(Function[],String,Boolean,Int32,Int32) Method
In This Topic
Method for numbering cables in a project.
Syntax
Parameters
- oCables
- An array of functions (cables, shildings) to number.
- strNumberingSchemeName
- Name of the scheme used for cable numbering.
- bKeepOldNames
- If set to true, already existing cable names will not be changed.
- nStartValue
- Start value for the device tag counter.
- nStepValue
- The device tag counter will be incremented by this value.
Exceptions
Exception | Description |
ArgumentException | Invalid parameters found. |
ApplicationException | The internal interface necessary for
numbering could not be created. |
BaseException | An error occurred during numbering.
Please read the exception message.. |
InvalidScheme | An error occurred when used scheme name doesn't exist |
See Also